home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch18 / lightr / install < prev    next >
Text File  |  1993-07-12  |  663b  |  23 lines

  1. To use this radiosity program, you must have GO32 installed and working.
  2. After having installed the lightR stuff in some directory, then
  3.  
  4. 1. Run the radopts batch to set some environment variables that control
  5.    the execution of lightR
  6.  
  7. 2. Run it using a .pat file
  8.    Example: 
  9.  
  10.     c:> lightR -O 1 -f 1 0 -R 1 4 -p queen.pat - queen.vw
  11.  
  12.    Wait... -> res.scn conv.log
  13.  
  14. 3. After having res.scn complete, you can ray trace it to produce a nice
  15.    image.
  16.    Example:
  17.  
  18.     c:> cat queen-vw.scn res.scn > queen.scn
  19.     c:> scn2sff +S 20000 queen.scn > queen.sff
  20.     c:> rtrace w400 O1 queen.sff queen.ppm
  21.  
  22. 4. Use Alchemy or another program to visualize...
  23.